Script: --on windowEvent wdID,wdName,objNo,objName,objValue¬¬if objValue="Open" then ¬ CenterWindow wdName,3¬ wsSet wdID,"theAnswer","Selection", "0,99"¬ ¬else if objValue="Close" then ¬ ¬else if objValue="Suspend" then ¬ ¬else if objValue="Resume" then ¬ ¬else if objValue="CloseBox" then ¬ ¬else if objValue="ZoomBox" then ¬ ¬else if objValue="GrowBox" then ¬ ¬else if objValue="TitleBar" then ¬ ¬end if¬¬--end windowEvent